I built a WhatsApp bot that automatically tracks your expenses into Google Sheets — my first public project 🚀
Hey everyone 👋
I’ve been learning programming little by little through different personal and work projects — building things that help me automate tasks, organize data, or just make life a bit easier.
Recently, I decided to publish one of them for the first time: RemmiV1, a WhatsApp bot that automatically logs your daily expenses into Google Sheets 💬💸
The idea is simple: you send a normal message in WhatsApp like:
chicken food 20 cash
and the bot automatically registers:
🏷️ Category: food
🍗 Item: chicken
💰 Amount: 20
💳 Payment method: cash
Everything goes directly into a Google Sheet, ready for reports or monthly summaries.
The idea came from something personal.
My girlfriend usually writes down her daily expenses in a WhatsApp chat — just as quick notes — but by th…
( 7
min )